AudioImportException(string, Exception)

Constructor

Namespace: Vox.Decoders

Declared in: Vox.Decoders.AudioImportException


Constructor which accepts a message and wraps an existing exception.

Syntax

public AudioImportException(
	string message,
	Exception innerException
)

Back to index